*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 11:51:30 +0000 (11:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 11:51:30 +0000 (11:51 +0000)
lisp/emacs-lisp/byte-run.el

index 48760d1e77e234f6c7ff71b405a4e46ed424fc5f..ecf2ed57dac937dc5c25d8613349d650f2f44f3f 100644 (file)
@@ -227,7 +227,7 @@ In interpreted code, this is entirely equivalent to `progn'."
 ;;   verbose     t, nil                byte-compile-verbose
 ;;   optimize    t, nil, source, byte  byte-compile-optimize
 ;;   warnings    list of warnings      byte-compile-warnings
-;;                   Legal elements: (callargs redefine free-vars unresolved)
+;;                   Valid elements: (callargs redefine free-vars unresolved)
 ;;   file-format         emacs18, emacs19      byte-compile-compatibility
 ;;
 ;; For example, this might appear at the top of a source file: